POV-Ray : Newsgroups : povray.documentation.inbuilt : 3.4.2 Sor code doesn't work : Re: 3.4.2 Sor code doesn't work Server Time
29 Apr 2024 11:01:24 EDT (-0400)
  Re: 3.4.2 Sor code doesn't work  
From: Tom Melly
Date: 15 Jul 2002 10:08:24
Message: <3d32d758$1@news.povray.org>
"Chen Lin" <lin### [at] ivwnetcom> wrote in message
news:3d323551@news.povray.org...
> In the first demonstration code of the SOR object, the one that creates a
> "gold cup", the inside of the cup doesn't turn out to be what it should be.

<snip>

Huh? It worked fine!.... Well, actually the problem isn't the gold, but the fact
that the gold hasn't got anything to reflect (a good indication of this is the
boring base - except where it is reflecting the stem of the cup).

Try adding something like:

sky_sphere {
  pigment {
    wrinkles scale 0.05
    color_map { [0 Blue] [1 White] }
  }
}

to your scene (with the above example, make sure that you have no other
sky_sphere statement, and that #include "colors.inc" comes before the sky
sphere).


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.